projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef159bc
)
Add a mnemonic to the 'Select' button
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 23 Aug 2011 14:08:33 +0000
(10:08 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 23 Aug 2011 14:08:33 +0000
(10:08 -0400)
This makes the string the same as in the app chooser dialog.
gtk/gtkfontchooserdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfontchooserdialog.c
b/gtk/gtkfontchooserdialog.c
index b57fb18b7bb5759074f3a599e0e4d7bce1a57a21..9d11292a132ad11d4fcf83f38366646ab9d3d197 100644
(file)
--- a/
gtk/gtkfontchooserdialog.c
+++ b/
gtk/gtkfontchooserdialog.c
@@
-122,7
+122,7
@@
gtk_font_chooser_dialog_init (GtkFontChooserDialog *fontchooserdiag)
GTK_STOCK_CANCEL,
GTK_RESPONSE_CANCEL);
priv->select_button = gtk_dialog_add_button (dialog,
- _("Select"),
+ _("
_
Select"),
GTK_RESPONSE_OK);
gtk_widget_grab_default (priv->select_button);